home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / sys / amiga / programmer / 4173 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  1.0 KB

  1. Path: Flex058.dBH.WAU.NL!joop.vandeWege
  2. From: joop.vandeWege@medew.ento.wau.nl (Joop van de Wege)
  3. Newsgroups: comp.sys.amiga.programmer
  4. Subject: Re: Porting UNIX programs with GCC
  5. Date: Thu, 15 Feb 1996 15:20:42 LOCAL
  6. Organization: ento
  7. Distribution: world
  8. Message-ID: <joop.vandeWege.546.0009D1AD@medew.ento.wau.nl>
  9. References: <4ft7j0$cqt@storm.cycor.ca>
  10. NNTP-Posting-Host: flex058.dbh.wau.nl
  11. X-Newsreader: Trumpet for Windows [Version 1.0 Rev B final beta #4]
  12.  
  13. In article <4ft7j0$cqt@storm.cycor.ca> dgrant@peinet.pe.ca (Dennis Grant) writes:
  14. >From: dgrant@peinet.pe.ca (Dennis Grant)
  15. >Subject: Porting UNIX programs with GCC
  16. >Date: 14 Feb 1996 17:53:36 GMT
  17.  
  18. >If I have the source code for a UNIX program, written in GCC, if I bring it
  19. >onto my Amiga and do a "make" using GCC, it should work, right?
  20. >What about 1) Network sockets?
  21. A bit problematic until ixemulV43 arrives.
  22.  
  23. >           2) Fork()
  24. Oops, better rewrite that part if you can't get away with using vfork() 
  25. instead.
  26.  
  27. >           3) X-displays?
  28. Wait for an X11 emulation library or help write one.
  29.  
  30. Joop
  31.  
  32.  
  33.